From 1da3f1dd72375f1060d31b2fdc89fc84d62d407e Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 14 Oct 2009 13:24:05 +0000 Subject: [PATCH] Document mmo-ver. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3814 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/formats/options/mmo-ver.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/options/mmo-ver.xml diff --git a/gpsbabel/xmldoc/formats/options/mmo-ver.xml b/gpsbabel/xmldoc/formats/options/mmo-ver.xml new file mode 100644 index 000000000..fa0194562 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/mmo-ver.xml @@ -0,0 +1,11 @@ + +Two major strains of Mobile Mapper files have been identified in the wild. Version 17 is reported as "Memory Map OS Edition 2004, Versio 4.2.3 Build 432" and version 18 is used by the large majority of current files. We can read either and when writing, we write version 18 by default. + + +If you have a particularly old Mobile Mapper installation, it may complain "This file was created with a newer version of the Software" when reading our output.You can get around this if force GPSBabel to create the old format with this option. + + +Forcing creation of old Mobile Mapper files + + gpsbabel -i gpx -f whaetever.gpx -o mmo,ver=17 -F whatever.mmo + -- 2.30.2